home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk UserVolume 4 #7 / Commodore_Disk_User_Vol.4_7_1991_-.d64 / turbo loader! (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  689b  |  25 lines

  1. 5 poke53280,14:poke646,14:poke53281,6
  2. 10 rem **  turbo loader! (c) 1990  **
  3. 20 rem **     by mosthak ahmed     **
  4. 30 rem **    fuzz dude software    **
  5. 40 for i=0 to 100:poke 53280,i:poke 53281,i*2:next i
  6. 50 print chr$(147);
  7. 60 poke 53280,0:poke 53281,0
  8. 70 print chr$(152);" welcome to turbo ![146]"
  9. 80 print " [158]watch out for -"
  10. 90 print " error free 128"
  11. 100 print " error free  64"
  12. 110 print " error free 128 +"
  13. 120 print " error free  64 +"
  14. 130 print "press spacebar to continue"
  15. 140 print "[159]fuzz dude software (c)opyright 1990[146]"
  16. 150 print "by   mosthak 'moosh' ahmed[146]"
  17. 160 get q$:if q$<>" " then 160
  18. 170 print "[147]";
  19. 180 poke 53280,7:poke 53281,6
  20. 190 print "";
  21. 200 clr
  22. 210 a=1:if a=1 then load "turbo!",8,1
  23. 220 a=2:if a=2 then sys 2061
  24. 230 a=3:if a=3 then end
  25.